home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / bin / index.mail < prev    next >
Text File  |  1995-07-26  |  386b  |  9 lines

  1. #!/bin/sh
  2. # This shell script shows how to run waisindex to build a local database
  3. # out of your mail folders.  It assumes waisindex is in your path, that
  4. # you have a directory called ~/wais-database, that you want the database
  5. # to be called Mail, and that your mail folders are in the directory 
  6. # ~/Mail
  7. #
  8. waisindex -d $HOME/wais-database/Mail -nocat -t mail_or_rmail -r $HOME/Mail
  9.